bytes.Buffer.lastRead (field)
23 uses
bytes (current package)
buffer.go#L23: lastRead readOp // last read operation, so that Unread* can work correctly.
buffer.go#L114: b.lastRead = opInvalid
buffer.go#L127: b.lastRead = opInvalid
buffer.go#L194: b.lastRead = opInvalid
buffer.go#L206: b.lastRead = opInvalid
buffer.go#L225: b.lastRead = opInvalid
buffer.go#L277: b.lastRead = opInvalid
buffer.go#L304: b.lastRead = opInvalid
buffer.go#L323: b.lastRead = opInvalid
buffer.go#L337: b.lastRead = opInvalid
buffer.go#L349: b.lastRead = opRead
buffer.go#L359: b.lastRead = opInvalid
buffer.go#L367: b.lastRead = opRead
buffer.go#L382: b.lastRead = opRead
buffer.go#L400: b.lastRead = opReadRune1
buffer.go#L405: b.lastRead = readOp(n)
buffer.go#L415: if b.lastRead <= opInvalid {
buffer.go#L418: if b.off >= int(b.lastRead) {
buffer.go#L419: b.off -= int(b.lastRead)
buffer.go#L421: b.lastRead = opInvalid
buffer.go#L432: if b.lastRead == opInvalid {
buffer.go#L435: b.lastRead = opInvalid
buffer.go#L466: b.lastRead = opRead
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)